projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602503c
)
(tex-start-of-header, tex-end-of-header): Add defvars.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Dec 2002 22:04:01 +0000
(22:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Dec 2002 22:04:01 +0000
(22:04 +0000)
lisp/textmodes/texinfmt.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfmt.el
b/lisp/textmodes/texinfmt.el
index 82c35f35c8f3d31dc01c1dc7c58928078dbc60ab..182b21d476b54c2e56986341ea0c09d527ddba00 100644
(file)
--- a/
lisp/textmodes/texinfmt.el
+++ b/
lisp/textmodes/texinfmt.el
@@
-134,6
+134,10
@@
Info-split to do these manually."
(defvar texinfo-region-buffer-name "*Info Region*"
"*Name of the temporary buffer used by \\[texinfo-format-region].")
+;; These come from tex-mode.el.
+(defvar tex-start-of-header)
+(defvar tex-end-of-header)
+
;;;###autoload
(defun texinfo-format-region (region-beginning region-end)
"Convert the current region of the Texinfo file to Info format.